projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2105b
)
[BLKTAP] remove spurious error message
author
Jake Wires
<jwires@xensource.com>
Wed, 14 Mar 2007 21:18:51 +0000
(14:18 -0700)
committer
Jake Wires
<jwires@xensource.com>
Wed, 14 Mar 2007 21:18:51 +0000
(14:18 -0700)
Signed-off-by: Jake Wires <jwires@xensource.com>
linux-2.6-xen-sparse/drivers/xen/blktap/xenbus.c
patch
|
blob
|
history
diff --git
a/linux-2.6-xen-sparse/drivers/xen/blktap/xenbus.c
b/linux-2.6-xen-sparse/drivers/xen/blktap/xenbus.c
index 1b4bda2184ab5317bd4c3cf0fd4edfd77c701c00..5fa4c31a9bc7cf0b6f27410934b6d19c9e2940d5 100644
(file)
--- a/
linux-2.6-xen-sparse/drivers/xen/blktap/xenbus.c
+++ b/
linux-2.6-xen-sparse/drivers/xen/blktap/xenbus.c
@@
-299,7
+299,9
@@
static void tap_backend_changed(struct xenbus_watch *watch,
* and disk info to xenstore
*/
err = xenbus_gather(XBT_NIL, dev->nodename, "info", "%lu", &info,
- NULL);
+ NULL);
+ if (XENBUS_EXIST_ERR(err))
+ return;
if (err) {
xenbus_dev_error(dev, err, "getting info");
return;